home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1998-06-20  |  5KB  |  238 lines

  1. object Form6: TForm6
  2.   Left = 216
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Order DemoSlide 1.0'
  6.   ClientHeight = 426
  7.   ClientWidth = 461
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 457
  20.     Height = 421
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 20
  26.       Top = 23
  27.       Width = 31
  28.       Height = 13
  29.       Caption = 'Name:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 20
  33.       Top = 81
  34.       Width = 31
  35.       Height = 13
  36.       Caption = 'Street:'
  37.     end
  38.     object Label3: TLabel
  39.       Left = 24
  40.       Top = 281
  41.       Width = 39
  42.       Height = 13
  43.       Caption = 'Country:'
  44.     end
  45.     object Label4: TLabel
  46.       Left = 26
  47.       Top = 333
  48.       Width = 53
  49.       Height = 13
  50.       Caption = 'Your Email:'
  51.     end
  52.     object Label6: TLabel
  53.       Left = 236
  54.       Top = 115
  55.       Width = 19
  56.       Height = 13
  57.       Caption = 'Qty:'
  58.     end
  59.     object Label7: TLabel
  60.       Left = 228
  61.       Top = 23
  62.       Width = 42
  63.       Height = 13
  64.       Caption = 'Currency'
  65.     end
  66.     object Label8: TLabel
  67.       Left = 326
  68.       Top = 117
  69.       Width = 27
  70.       Height = 13
  71.       Caption = 'Price:'
  72.     end
  73.     object Label9: TLabel
  74.       Left = 376
  75.       Top = 145
  76.       Width = 32
  77.       Height = 13
  78.       Caption = 'Dollars'
  79.     end
  80.     object Label5: TLabel
  81.       Left = 20
  82.       Top = 170
  83.       Width = 50
  84.       Height = 13
  85.       Caption = 'City/State:'
  86.     end
  87.     object Label10: TLabel
  88.       Left = 20
  89.       Top = 224
  90.       Width = 51
  91.       Height = 13
  92.       Caption = 'Post code:'
  93.     end
  94.     object Edit1: TEdit
  95.       Left = 18
  96.       Top = 44
  97.       Width = 169
  98.       Height = 21
  99.       TabOrder = 0
  100.     end
  101.     object Edit2: TEdit
  102.       Left = 22
  103.       Top = 304
  104.       Width = 171
  105.       Height = 21
  106.       TabOrder = 5
  107.     end
  108.     object Edit3: TEdit
  109.       Left = 22
  110.       Top = 354
  111.       Width = 173
  112.       Height = 21
  113.       TabOrder = 6
  114.     end
  115.     object Button1: TButton
  116.       Left = 246
  117.       Top = 372
  118.       Width = 75
  119.       Height = 25
  120.       Caption = 'Print order'
  121.       Default = True
  122.       TabOrder = 12
  123.       OnClick = Button1Click
  124.     end
  125.     object Button2: TButton
  126.       Left = 354
  127.       Top = 372
  128.       Width = 75
  129.       Height = 25
  130.       Caption = 'Close'
  131.       TabOrder = 13
  132.       OnClick = Button2Click
  133.     end
  134.     object RadioGroup1: TRadioGroup
  135.       Left = 230
  136.       Top = 197
  137.       Width = 187
  138.       Height = 88
  139.       Caption = 'Payment'
  140.       TabOrder = 14
  141.     end
  142.     object RadioButton1: TRadioButton
  143.       Left = 246
  144.       Top = 216
  145.       Width = 161
  146.       Height = 17
  147.       Caption = 'Cash enclosed in letter'
  148.       Checked = True
  149.       TabOrder = 9
  150.       TabStop = True
  151.     end
  152.     object RadioButton2: TRadioButton
  153.       Left = 246
  154.       Top = 236
  155.       Width = 161
  156.       Height = 17
  157.       Caption = 'Cash in recommended letter'
  158.       TabOrder = 10
  159.     end
  160.     object RadioButton3: TRadioButton
  161.       Left = 246
  162.       Top = 256
  163.       Width = 163
  164.       Height = 17
  165.       Caption = 'Enclosed international check'
  166.       TabOrder = 11
  167.     end
  168.     object Edit4: TEdit
  169.       Left = 234
  170.       Top = 142
  171.       Width = 25
  172.       Height = 21
  173.       MaxLength = 2
  174.       TabOrder = 8
  175.       Text = '0'
  176.       OnChange = Edit4Change
  177.     end
  178.     object Edit5: TEdit
  179.       Left = 322
  180.       Top = 142
  181.       Width = 37
  182.       Height = 21
  183.       Enabled = False
  184.       TabOrder = 15
  185.       Text = '0'
  186.     end
  187.     object ComboBox1: TComboBox
  188.       Left = 224
  189.       Top = 43
  190.       Width = 187
  191.       Height = 21
  192.       ItemHeight = 13
  193.       Items.Strings = (
  194.         'U.S. Dollars'
  195.         'Danske Kroner (Danish currency)')
  196.       TabOrder = 7
  197.       Text = 'U.S. Dollars'
  198.     end
  199.     object Edit6: TEdit
  200.       Left = 18
  201.       Top = 103
  202.       Width = 167
  203.       Height = 21
  204.       TabOrder = 1
  205.     end
  206.     object Edit7: TEdit
  207.       Left = 18
  208.       Top = 135
  209.       Width = 167
  210.       Height = 21
  211.       TabOrder = 2
  212.     end
  213.     object Edit8: TEdit
  214.       Left = 20
  215.       Top = 195
  216.       Width = 121
  217.       Height = 21
  218.       TabOrder = 3
  219.     end
  220.     object Edit9: TEdit
  221.       Left = 20
  222.       Top = 243
  223.       Width = 121
  224.       Height = 21
  225.       TabOrder = 4
  226.     end
  227.     object Button3: TButton
  228.       Left = 285
  229.       Top = 296
  230.       Width = 75
  231.       Height = 25
  232.       Caption = 'Creditcards'
  233.       TabOrder = 16
  234.       OnClick = Button3Click
  235.     end
  236.   end
  237. end
  238.